home *** CD-ROM | disk | FTP | other *** search
- _parent.lsl.instructionsButton._visible = false;
- msgText.text = "level complete!";
- gotoLevel.text = "go on to level " + _parent.round;
- mBtn.onRollOver = function()
- {
- this.nextFrame();
- };
- mBtn.onRollOut = mBtn.onReleaseOutside = function()
- {
- this.prevFrame();
- };
- mBtn.onRelease = function()
- {
- this._parent._parent.initRound(this._parent._parent.round);
- this._parent.gotoAndStop("off");
- };
- _parent.stopSounds();
- _parent.playGoodSound();
-